Home
last modified time | relevance | path

Searched refs:TrueValue (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp206 MachineOperand &TrueValue = (*I)->getOperand(1); in expandAndMergeISELs() local
212 if (useSameRegister(Dest, TrueValue) && in expandAndMergeISELs()
222 } else if (useSameRegister(TrueValue, FalseValue)) { in expandAndMergeISELs()
232 // Note: we're using both the TrueValue and FalseValue operands so as in expandAndMergeISELs()
236 .add(TrueValue) in expandAndMergeISELs()
273 MachineOperand &TrueValue = (*MI)->getOperand(1); in handleSpecialCases() local
282 bool IsADDIInstRequired = !useSameRegister(Dest, TrueValue); in handleSpecialCases()
305 if (useSameRegister(TrueValue, FalseValue) && (BIL.size() == 1)) { in handleSpecialCases()
309 // Note: we're using both the TrueValue and FalseValue operands so as in handleSpecialCases()
313 .add(TrueValue) in handleSpecialCases()
440 MachineOperand &TrueValue = MI->getOperand(1); // Value to store if populateBlocks() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp247 Value *TrueValue = ConstantInt::getTrue(F.getContext()); in lowerIncomingArguments() local
250 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt); in lowerIncomingArguments()
H A DCodeGenPrepare.cpp3504 auto *TrueValue = CurrentSelect->getTrueValue(); in FillPlaceholders() local
3505 assert(Map.find(TrueValue) != Map.end() && "No True Value!"); in FillPlaceholders()
3506 Select->setTrueValue(ST.Get(Map[TrueValue])); in FillPlaceholders()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonTokenizerTest.cs226 public void TrueValue() in TrueValue() method in Google.Protobuf.JsonTokenizerTest
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonTokenizerTest.cs226 public void TrueValue() in TrueValue() method in Google.Protobuf.JsonTokenizerTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2487 Value *TrueValue = TrueRet->getReturnValue(); in SimplifyCondBranchToTwoReturns() local
2491 if (PHINode *TVPN = dyn_cast_or_null<PHINode>(TrueValue)) in SimplifyCondBranchToTwoReturns()
2493 TrueValue = TVPN->getIncomingValueForBlock(BI->getParent()); in SimplifyCondBranchToTwoReturns()
2503 if (ConstantExpr *TCV = dyn_cast_or_null<ConstantExpr>(TrueValue)) in SimplifyCondBranchToTwoReturns()
2517 if (TrueValue) { in SimplifyCondBranchToTwoReturns()
2519 if (TrueValue == FalseValue || isa<UndefValue>(FalseValue)) { in SimplifyCondBranchToTwoReturns()
2520 } else if (isa<UndefValue>(TrueValue)) { in SimplifyCondBranchToTwoReturns()
2521 TrueValue = FalseValue; in SimplifyCondBranchToTwoReturns()
2523 TrueValue = in SimplifyCondBranchToTwoReturns()
2524 Builder.CreateSelect(BrCond, TrueValue, FalseValu in SimplifyCondBranchToTwoReturns()
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-internal.h578 V(TrueValue) \
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp6391 Operand *TrueValue, Operand *FalseValue) {
6397 if (TrueValue->getType() == IceType_i1) {
6401 SafeBoolChain Src0Safe = lowerInt1(TrueValueV, TrueValue);
6402 TrueValue = TrueValueV;
6424 (TrueValue->getType() == IceType_i64) ? loOperand(TrueValue) : TrueValue;
6426 (TrueValue->getType() == IceType_i64) ? hiOperand(TrueValue) : nullptr;
H A DIceTargetLoweringARM32.h560 /// movCC T, TrueValue
564 void lowerInt1ForSelect(Variable *Dest, Operand *Boolean, Operand *TrueValue,
/third_party/node/deps/v8/src/roots/
H A Droots.h45 V(Oddball, true_value, TrueValue) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp5901 APInt TrueValue;
5940 TrueValue = *TrueVal;
5950 TrueValue = TrueValue.trunc(BitWidth);
5954 TrueValue = TrueValue.zext(BitWidth);
5958 TrueValue = TrueValue.sext(BitWidth);
5964 TrueValue += Offset;
5994 const SCEV *TrueStart = this->getConstant(StartPattern.TrueValue);
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3643 int TrueValue;
3647 TrueValue = 1;
3650 TrueValue = -1;
3654 DAG.getConstant(TrueValue, dl, VT),
H A DSelectionDAG.cpp1202 SDValue TrueValue = getBoolConstant(true, DL, VT, VT);
1203 return getNode(ISD::XOR, DL, VT, Val, TrueValue);
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h215 V(TrueValue, true_value, True) \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 83 milliseconds