/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 206 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 D | SjLjEHPrepare.cpp | 247 Value *TrueValue = ConstantInt::getTrue(F.getContext()); in lowerIncomingArguments() local 250 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt); in lowerIncomingArguments()
|
H A D | CodeGenPrepare.cpp | 3504 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 D | JsonTokenizerTest.cs | 226 public void TrueValue() in TrueValue() method in Google.Protobuf.JsonTokenizerTest
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonTokenizerTest.cs | 226 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 D | SimplifyCFG.cpp | 2487 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 D | v8-internal.h | 578 V(TrueValue) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringARM32.cpp | 6391 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 D | IceTargetLoweringARM32.h | 560 /// movCC T, TrueValue 564 void lowerInt1ForSelect(Variable *Dest, Operand *Boolean, Operand *TrueValue,
|
/third_party/node/deps/v8/src/roots/ |
H A D | roots.h | 45 V(Oddball, true_value, TrueValue) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 5901 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 D | LegalizeDAG.cpp | 3643 int TrueValue; 3647 TrueValue = 1; 3650 TrueValue = -1; 3654 DAG.getConstant(TrueValue, dl, VT),
|
H A D | SelectionDAG.cpp | 1202 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 D | code-stub-assembler.h | 215 V(TrueValue, true_value, True) \
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |