Home
last modified time | relevance | path

Searched refs:isCompare (Results 1 – 24 of 24) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrDesc.h284 bool isCompare() const { in isCompare() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h221 bool isCompare; variable
DInstrInfoEmitter.cpp320 if (Inst.isCompare) OS << "|(1<<MCID::Compare)"; in emitRecord()
DCodeGenInstruction.cpp299 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td3086 let isCompare = 1, validSubTargets = HasV4SubT in
3095 let isCompare = 1, validSubTargets = HasV4SubT in
3104 let isCompare = 1, validSubTargets = HasV4SubT in
3113 let isCompare = 1, validSubTargets = HasV4SubT in
3122 let isCompare = 1, validSubTargets = HasV4SubT in
3131 let isCompare = 1, validSubTargets = HasV4SubT in
3139 let isCompare = 1, validSubTargets = HasV4SubT in
3154 let isCompare = 1, validSubTargets = HasV4SubT in
3164 let isCompare = 1, validSubTargets = HasV4SubT in
3174 let isCompare = 1, validSubTargets = HasV4SubT in
[all …]
DHexagonNewValueJump.cpp459 assert((MI->getDesc().isCompare()) && in runOnMachineFunction()
DHexagonMachineScheduler.cpp33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall) in postprocessDAG()
DHexagonHardwareLoops.cpp383 if (!PredI->isCompare()) in findInductionRegister()
1328 if (!PredDef->isCompare()) in fixupInductionVariable()
DHexagonInstrInfoV5.td166 let isCompare = 1 in {
DHexagonInstrInfo.td30 let isCompare = 1 in {
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp527 (MI->isCompare() && optimizeCmpInstr(MI, MBB)) || in runOnMachineFunction()
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td907 let isCompare = 1, Defs = [CPSR] in {
922 } // isCompare = 1, Defs = [CPSR]
925 let isCompare = 1, Defs = [CPSR] in {
954 } // isCompare = 1, Defs = [CPSR]
1157 let isCompare = 1, isCommutable = 1, Defs = [CPSR] in
DARMInstrThumb2.td878 let isCompare = 1, Defs = [CPSR] in {
2898 let isCompare = 1, Defs = [CPSR] in {
DARMInstrInfo.td1196 let isCompare = 1, Defs = [CPSR] in {
3948 let isCompare = 1, Defs = [CPSR] in {
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h411 bool isCompare(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/Target/R600/
DSIInstructions.td115 let isCompare = 1 in {
127 } // End isCompare = 1
138 let isCompare = 1 in {
392 } // End isCompare = 1
/external/llvm/lib/IR/
DConstantsContext.h487 CE->isCompare() ? CE->getPredicate() : 0,
DConstants.cpp1035 bool ConstantExpr::isCompare() const { in isCompare() function in ConstantExpr
1078 assert(isCompare()); in getPredicate()
DAsmWriter.cpp1040 if (CE->isCompare()) in WriteConstantInternal()
/external/llvm/include/llvm/IR/
DConstants.h969 bool isCompare() const;
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td1191 let isCompare = 1 in {
1204 let isCompare = 1 in {
1217 let isCompare = 1, Defs = [EFLAGS] in {
/external/llvm/lib/Analysis/
DConstantFolding.cpp899 if (CE->isCompare()) in ConstantFoldConstantExpression()
/external/llvm/include/llvm/Target/
DTarget.td339 bit isCompare = 0; // Is this instruction a comparison instruction?
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td422 let Rd = 0b11111, isCompare = 1 in {
649 let isCompare = 1;