/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantsContext.h | 553 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), Ops(Operands), 561 SubclassData(CE->isCompare() ? CE->getPredicate() : 0), 584 if (SubclassData != (CE->isCompare() ? CE->getPredicate() : 0))
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | InstrDocsEmitter.cpp | 105 FLAG(isCompare) in EmitInstrDocs()
|
H A D | CodeGenInstruction.h | 241 bool isCompare : 1; variable
|
H A D | CodeGenInstruction.cpp | 375 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
|
H A D | InstrInfoEmitter.cpp | 950 if (Inst.isCompare) OS << "|(1ULL<<MCID::Compare)"; in emitRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrSPE.td | 178 let isCompare = 1 in { 237 let isCompare = 1 in { 273 let isCompare = 1 in { 324 let isCompare = 1 in { 360 let isCompare = 1 in { 413 let isCompare = 1 in { 454 let isCompare = 1 in {
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 332 bool isCompare() const { return Flags & (1ULL << MCID::Compare); } in isCompare() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 178 if (Compare.isCompare()) in getCompareSourceReg() 716 if (CompleteCCUsers && (MI.isCompare() || isLoadAndTestAsCmp(MI)) && in processBlock()
|
H A D | SystemZAsmPrinter.cpp | 34 if (MI->isCompare()) in lowerRILow() 48 if (MI->isCompare()) in lowerRIHigh()
|
H A D | SystemZInstrFormats.td | 3907 let isCompare = 1; 3917 let isCompare = 1; 3925 let isCompare = 1; 3933 let isCompare = 1; 3941 let isCompare = 1; 3957 let isCompare = 1; 3969 let isCompare = 1; 3983 let isCompare = 1; 4031 let isCompare = 1; 4041 let isCompare = 1; [all …]
|
H A D | SystemZInstrInfo.cpp | 519 assert(MI.isCompare() && "Caller should have checked for a comparison"); in analyzeCompare() 1271 if (MI.isCompare()) { in foldMemoryOperandImpl() 1831 assert(MBBI->isCompare() && MBBI->getOperand(0).isReg() && in prepareCompareSwapOperands()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | VOPCInstructions.td | 135 field bit isCompare; 216 let isCompare = 1; 225 let isCompare = 1; 234 let isCompare = 1; 251 let isCompare = 1; 261 let isCompare = 1; 271 let isCompare = 1;
|
H A D | SOPInstructions.td | 786 let isCompare = 1 in { 818 } // End isCompare = 1 993 let isCompare = 1; 1001 let isCompare = 1;
|
H A D | SIShrinkInstructions.cpp | 679 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrFormats.td | 185 let isCompare = 1; 358 let isCompare = 1; 458 let isCompare = 1;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 571 (MI.getDesc().isCompare()) && in runOnMachineFunction()
|
H A D | HexagonSubtarget.cpp | 280 else if (DAG->SUnits[su].getInstr()->isCompare() && LastSequentialCall) in apply()
|
H A D | HexagonHardwareLoops.cpp | 467 if (!PredI->isCompare()) in findInductionRegister() 1707 if (!PredDef->isCompare()) in fixupInductionVariable()
|
H A D | HexagonDepInstrInfo.td | 2382 let isCompare = 1; 2395 let isCompare = 1; 2407 let isCompare = 1; 2419 let isCompare = 1; 2431 let isCompare = 1; 2443 let isCompare = 1; 2461 let isCompare = 1; 2474 let isCompare = 1; 2491 let isCompare = 1; 2503 let isCompare = 1; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 1103 let isCompare = 1, Defs = [CPSR] in { 1118 } // isCompare = 1, Defs = [CPSR] 1121 let isCompare = 1, Defs = [CPSR] in { 1150 } // isCompare = 1, Defs = [CPSR] 1427 let isCompare = 1, isCommutable = 1, Defs = [CPSR] in
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrArithmetic.td | 1180 let isCompare = 1 in { 1200 let isCompare = 1 in { 1377 let isCompare = 1 in { 1416 } // isCompare
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 881 bool isCompare(QueryType Type = IgnoreBundle) const {
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 1153 bool isCompare() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 1703 (MI->isCompare() && optimizeCmpInstr(*MI)) || in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.td | 269 let isCompare = 1, Defs = [STATUS32] in {
|